home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-gnutls / README < prev   
Encoding:
Text File  |  2007-03-30  |  1004 b   |  20 lines

  1.  
  2. Python wrapper for the GNUTLS library
  3.  
  4. This package provides a high level object oriented wrapper around libgnutls,
  5. as well as low level bindings to the GNUTLS types and functions via ctypes.
  6. The high level wrapper hides the details of accessing the GNUTLS library via
  7. ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates
  8. and credentials and expose them to python applications using a simple API.
  9.  
  10. The package also includes a Twisted interface that has seamless intergration
  11. with Twisted, providing connectTLS and listenTLS methods on the Twisted
  12. reactor once imported (the methods are automatically attached to the reactor
  13. by simply importing the GNUTLS Twisted interface module).
  14.  
  15. The high level wrapper is written using the GNUTLS library bindings that are
  16. made available via ctypes. This makes the wrapper very powerful and flexible
  17. as it has direct access to all the GNUTLS internals and is also very easy to
  18. extend without any need to write C code or recompile anything.
  19.  
  20.